12

Register and Login Form Styling - Build an Advanced Blog/CMS (Episode 9)

DevMarketer
13

Configuring Laratrust - Build an Advanced Blog/CMS (Episode 10)

DevMarketer

Configuring Laratrust - Build an Advanced Blog/CMS (Episode 11)

DevMarketer
15

User CRUD - Build an Advanced Blog/CMS (Episode 12)

DevMarketer
16

Permissions CRUD...sorta kinda - Build an Advanced Blog/CMS (Episode 13)

DevMarketer
17

CRUD for Roles - Build an Advanced Blog/CMS (Episode 14)

DevMarketer
18

Finishing ACL, Assigning Roles to Users - Build an Advanced Blog/CMS (Episode 15)

DevMarketer
19

Updating Bulma, Fixing Nav Issues - Build an Advanced Blog/CMS (Episode 16)

DevMarketer
20

Adding sliding admin nested menus - Episode 17 on Building an Advanced Blog/CMS

DevMarketer
21

Highlight Active Navigation Elements (Ep 18) - Advanced Blog/ CMS "Watch me Work" Series

DevMarketer
22

Mobile Friendly Slide-in Off Canvas Menu (episode 19) - Build an Advanced Blog/CMS

DevMarketer
23

Database Schema for our Blog Posts (Ep 20) - How to Build an Advanced Blog/CMS

DevMarketer
24

Styling our Blog Post Creation Page (Ep. 21) - Build an Advanced Blog/CMS with Laravel

DevMarketer
25

Build a Slug Generator Vue.js Component (Ep 22) - Build an Advanced Blog/CMS

DevMarketer
26

Laravel API Token Authentication and Model Observers (Ep 23) - Build an Advanced Blog & CMS

DevMarketer
27

API Call to Ensure Unique URL (Ep 24) - Build an Advanced Blog/CMS

DevMarketer
28

Adding Notifications & LaraFlash Package (Ep 25) - Build an Advanced Blog & CMS

DevMarketer
1

Build an Advanced Blog/ CMS from Start to Finish - New Series Introduction!

DevMarketer
11

Styling the Top Nav - Build an Advanced Blog/CMS (Episode 8)

DevMarketer

Configuring Laratrust - Build an Advanced Blog/CMS (Episode 11)

14 226 просмотров14 тыс. просмотров
Опубликовано: 12 июл. 2017 г.
Подписаться 52 тыс.
Our app needs a backend before we can start managing users and giving them roles and permissions. This episode will create a backend for us to work with going forward in future videos which will require it. We start by building some routes and a route prefix group to put all our backend behind the /manage url structure. Then we can make a controller and some views and a template file to put it all together. We largely use Bulma for our CSS as nothing more is really needed. I do make a seperate manage.scss file for our management section and soon we will probably separate our app.css and manage.css into different files so we are not loading unnecessary code into our apps. This is important especially for the front end where load speed really matters. In the next video we will focus on managing users. ==== MORE FROM THIS SERIES . ==== Full Playlist for the "Building an Advanced Blog/CMS from Start to Finish" Series: https://www.youtube.com/playlist?list... ==== DOWNLOAD SOURCE CODE ==== GitHube Repo (Star, Watch and Fork): https://github.com/DevMarketer/DevMar... Code Changes Between Episode 10 and Episode 11: https://github.com/DevMarketer/DevMar... Download Code from this Episode: https://github.com/DevMarketer/DevMar... ==== FOLLOW ME ==== Subscribe for New Releases! Subscribe to DevMarketer Insider https://confirmsubscription.com/h/d/5... Twitter - http://twitter.com/_jacurtis (ask me questions!) ==== QUESTIONS? ==== Leave a comment below and I or someone else can help you. For quick questions you may also want to ask me on Twitter, I respond almost immediately. Email me hello@jacurtis.com Thanks for all your support!
you are best teacher i found in youtube. now days i have fallen in love laravel because of you dude..
Другие ответы
How does the login button work? I went and looked at the repo and there is no type="submit" or anything on that button. How is this functional?
Hi Alex, what packages and themes are installed in ur atom? I like ur theme😻
Другие ответы
What is the superadministrator default password?
password
Скрыть ответы
Hi Alex! Thx for your tutorials! What's the default passwords of all laratrust seeder users?
Другие ответы
Keep up the great work 🙃
Другие ответы
Hey Alex, first of all thanks for your awesome videos. I have a doubt, you added roles in routes file so that only users with those roles can see the manage part but that's hardcoded right? What if new roles are added dynamically (via UI) then how to add those roles? Thanks.
starting from Laravel5.5 you can do this: Route::redirect('/', '/dashboard');
How is the manage.scss being pulled in? I am not getting any styling from that file. I went through the video 3x's and can't figure it out. Need help with that please. Update: I'm getting it on firefox but not chrome.
you save my day
I love you so much, hope that you keep going in the future
Thank you, I am waiting for your tutorials, Thank you for your help.
Thank you Raphael, it worked perfectly, to be honest I was unaware they are preset.
Alex, what font are you using with Atom?
Hey Alex, first of all, thank you so much for this, i was looking for it for a long time kkkkk, but I have one question, is there any problem or conflict to use auth middleware and role middleware together in the group? so I can redirect the user to the login page if he isn't logged in?
Другие ответы
its hardy from Ghana. i realy love ur tutorials
please do not give up on this series! great videos
quick question - I tried logging in a super-administrator, but don't have the password, so what is it and where can I find it?
Другие ответы
Thank you Raphael it worked
Hi Alex; First of all thanks for your tutorials. You are the man. Second of all I have a problem getting Chrome to read the style sheets and the javascript. I was using Chrome from the beginning and I noticed that my Javascript was not working unless I write it on the page that I was viewing. Then I tried Safari and everything was working perfectly. Do you know anything about this issue? Thanks again